go/types.Checker.indent (field)

20 uses

	go/types (current package)
		call.go#L69: 		check.indent++
		call.go#L71: 			check.indent--
		check.go#L143: 	indent int // indentation for tracing
		decl.go#L57: 		if check.indent == 0 {
		decl.go#L61: 		check.indent++
		decl.go#L63: 			check.indent--
		errors.go#L133: 		strings.Repeat(".  ", check.indent),
		expr.go#L1201: 		check.indent++
		expr.go#L1203: 			check.indent--
		stmt.go#L36: 		check.indent = indent
		stmt.go#L37: 	}(check.environment, check.indent)
		stmt.go#L44: 	check.indent = 0
		subst.go#L201: 			subst.check.indent++
		subst.go#L203: 				subst.check.indent--
		typeset.go#L181: 		check.indent++
		typeset.go#L183: 			check.indent--
		typexpr.go#L221: 		check.indent++
		typexpr.go#L223: 			check.indent--
		typexpr.go#L397: 		check.indent++
		typexpr.go#L399: 			check.indent--